projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b97ee2
)
(byte-compile-resolve-functions): Use `mapc' rather than `mapcar'.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Sep 2007 00:13:09 +0000
(
00:13
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Sep 2007 00:13:09 +0000
(
00:13
+0000)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index 964688894affb4f02e02be93c8130083289b2bf8..01d883d63be1c20b9ddc0a786b7dd456efaa6ba4 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-4421,7
+4421,7
@@
With prefix argument, make it a temporary breakpoint."
(defun byte-compile-resolve-functions (funcs)
"Say it is OK for the named functions to be unresolved."
- (mapc
ar
+ (mapc
(function
(lambda (func)
(setq byte-compile-unresolved-functions